Skip to content

Remove --executor-id Executor CLI argument #1358

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2025

Conversation

eabatalov
Copy link
Contributor

This argument is prone to operator errors like:

  • Creating two Executors with the same ID.
  • Changing function allows list between Executor restarts.

To remove this class of errors and not handle them in Server code we're removing the argument.

@eabatalov eabatalov marked this pull request as ready for review April 14, 2025 16:49
This argument is prone to operator errors like:
- Creating two Executors with the same ID.
- Changing function allows list between Executor restarts.

To remove this class of errors and not handle them in Server code
we're removing the argument.
@eabatalov eabatalov force-pushed the remove-executor-id-cli-arg branch from 0769e08 to 53e69b0 Compare April 14, 2025 16:54
@eabatalov eabatalov requested a review from diptanu April 14, 2025 17:10
@eabatalov eabatalov merged commit d30c6b9 into main Apr 15, 2025
9 checks passed
@eabatalov eabatalov deleted the remove-executor-id-cli-arg branch April 15, 2025 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants